ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _TreeNodePredicateCallback<T> Delegate

In This Topic
    _TreeNodePredicateCallback<T> Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function _TreeNodePredicateCallback(Of T)( _
       ByVal treeNode As T, _
       ByVal level As Integer _
    ) As Boolean
    public delegate bool _TreeNodePredicateCallback<T>( 
       T treeNode,
       int level
    )

    Parameters

    treeNode
    level

    Type Parameters

    T
    See Also